@import "root.css";

body {
    background-image: url('/static/new pages static/images/background.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.background-images {
    z-index: -1;
    position: absolute;

    width: 100%;
    height: 100%;
    overflow: hidden;
}

.btc {
    position: absolute;

    top: 20%;
    left: 10%;
}

.btc-blured {
    position: absolute;

    width: 35%;
    
    right: 0;
    transform: translateX(35%);
}

.main-window-preview {
    position: absolute;
    width: 85%;

    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;

    bottom: 0;
}